Skip to main content
POST
/
action
/
meeting_prep_analyze_meeting_relationships
[P4] Analyze Meeting Relationships
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/meeting_prep_analyze_meeting_relationships \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "processed_event": "{{processed_gcal_event}}",
  "meeting_classification": "{{meeting_classification}}",
  "output_variable_name": "meeting_relationships",
  "meeting_history": "{{past_calendar_events}}"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
processed_event
string
default:{{processed_gcal_event}}
required

The processed calendar event data.

meeting_classification
string
default:{{meeting_classification}}
required

The meeting classification from Classify Meeting action.

output_variable_name
string
default:meeting_relationships
required

Variable name to store relationship analysis.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
meeting_history
string
default:{{past_calendar_events}}

Optional array of past meetings for relationship analysis.

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action